From d5fd1da29c20c34bc5a62612fc4250866a395f72 Mon Sep 17 00:00:00 2001 From: Michael Dale Date: Sat, 25 Jul 2009 20:49:27 +0000 Subject: [PATCH] removed extra control actions per in video update --- js2/mwEmbed/libClipEdit/mvClipEdit.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/js2/mwEmbed/libClipEdit/mvClipEdit.js b/js2/mwEmbed/libClipEdit/mvClipEdit.js index deea8e8303..5023add9ce 100644 --- a/js2/mwEmbed/libClipEdit/mvClipEdit.js +++ b/js2/mwEmbed/libClipEdit/mvClipEdit.js @@ -381,13 +381,8 @@ mvClipEdit.prototype = { _this.setInOutBindings(); } $j('#'+this.control_ct).append( _this.getInsertDescHtml() ); - - if( _this.p_rsdObj && _this.p_rsdObj.import_url_mode == 'none'){ - $j('#'+this.control_ct).append( gM('no_import_by_url') + '
' + - '' + gM('mv_cancel_image_insert') + ' ' ); - }else{ - this.updateInsertControlActions(); - } + //update control actions + this.updateInsertControlActions(); }, setInOutBindings:function(){ var _this = this; -- 2.20.1